Foxit PDF RDK
|
Public Member Functions | |
constructor () | |
Constructor. | |
constructor (corporation, email, login_name, name, first_name, last_name, title, department) | |
Constructor, with parameters. More... | |
Set (corporation, email, login_name, name, first_name, last_name, title, department) | |
Set values. More... | |
Public Attributes | |
corporation | |
The corporation name. | |
department | |
The department name. | |
The email address. | |
first_name | |
The user first name. | |
last_name | |
The user last name. | |
login_name | |
The login name. Usually, this is the name used to log in current operating system. | |
name | |
The user name. | |
title | |
The user title. | |
This class represents identity properties of current user, and is used for callback function ActionCallback.GetIdentityProperties.
FoxitRDKNative.IdentityProperties.constructor | ( | corporation | , |
, | |||
login_name | , | ||
name | , | ||
first_name | , | ||
last_name | , | ||
title | , | ||
department | |||
) |
Constructor, with parameters.
[in] | corporation | The corporation name. |
[in] | The email address. | |
[in] | login_name | The login name. Usually, this is the name used to log in current operating system. |
[in] | name | The user name. |
[in] | first_name | The user first name. |
[in] | last_name | The user last name. |
[in] | title | The user title. |
[in] | department | The department name. |
FoxitRDKNative.IdentityProperties.Set | ( | corporation | , |
, | |||
login_name | , | ||
name | , | ||
first_name | , | ||
last_name | , | ||
title | , | ||
department | |||
) |
Set values.
[in] | corporation | The corporation name. |
[in] | The email address. | |
[in] | login_name | The login name. Usually, this is the name used to log in current operating system. |
[in] | name | The user name. |
[in] | first_name | The user first name. |
[in] | last_name | The uesr last name. |
[in] | title | The user title. |
[in] | department | The department name. |